public class UIElement extends Visual
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.UIElement
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.UIElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
UIElement() |
UIElement(java.lang.Object instance)
Internal constructor.
|
FindCommonVisualAncestor, IsAncestorOf, IsDescendantOf, PointFromScreen, PointToScreen, TransformToAncestor, TransformToAncestor, TransformToDescendant, TransformToVisualClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public UIElement()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public UIElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragLeave(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFocusableChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotFocus(RoutedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsEnabledChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsHitTestVisibleChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsKeyboardFocusedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsMouseCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsMouseCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsMouseDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsStylusCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsStylusCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsStylusDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addIsVisibleChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLayoutUpdated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostFocus(RoutedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewDragLeave(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addQueryCursor(QueryCursorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStylusUp(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void AddToEventRoute(EventRoute route, RoutedEventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, LockRecursionException, OutOfMemoryException, AbandonedMutexException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionAbandonedMutexExceptionSynchronizationLockExceptionpublic void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
public void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, MulticastNotSupportedException, AnimationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionMulticastNotSupportedExceptionAnimationExceptionpublic void Arrange(Rect finalRect) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, TimeoutException, NullReferenceException, NotSupportedException, FormatException, MulticastNotSupportedException, NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionMulticastNotSupportedExceptionNotImplementedExceptionpublic void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException, AnimationException
public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, OutOfMemoryException, Win32Exception, AnimationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionWin32ExceptionAnimationExceptionpublic boolean CaptureMouse()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public boolean CaptureStylus()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
NotSupportedException,
PlatformNotSupportedException,
InvalidEnumArgumentException
public boolean CaptureTouch(TouchDevice touchDevice) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, KeyNotFoundException, IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionpublic static UIElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into UIElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUIElement instancejava.lang.Throwable - in case of error during cast operationpublic boolean Focus()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
SynchronizationLockException
public boolean getAllowDrop()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public NetObject GetAnimationBaseValue(DependencyProperty dp) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, SecurityException, IOException
public boolean getAreAnyTouchesCaptured()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getAreAnyTouchesCapturedWithin()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAreAnyTouchesDirectlyOver()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getAreAnyTouchesOver()
throws java.lang.Throwable
java.lang.Throwablepublic BitmapEffect getBitmapEffect() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public BitmapEffectInput getBitmapEffectInput() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public CacheMode getCacheMode() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public Geometry getClip() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean getClipToBounds()
throws java.lang.Throwable
java.lang.Throwablepublic CommandBindingCollection getCommandBindings() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
public Size getDesiredSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public Effect getEffect() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean getFocusable()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getHasAnimatedProperties()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic InputBindingCollection getInputBindings() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
public boolean getIsArrangeValid()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsEnabled()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsFocused()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsHitTestVisible()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsInputMethodEnabled()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsKeyboardFocused()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionpublic boolean getIsKeyboardFocusWithin()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsManipulationEnabled()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsMeasureValid()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsMouseCaptured()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsMouseCaptureWithin()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsMouseDirectlyOver()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionWin32ExceptionNotSupportedExceptionpublic boolean getIsMouseOver()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsStylusCaptured()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean getIsStylusCaptureWithin()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsStylusDirectlyOver()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
IOException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
InvalidEnumArgumentException,
Win32Exception
public boolean getIsStylusOver()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsVisible()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class VisualString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class VisualString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class VisualObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class VisualString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class VisualJCType representing the CLR Type of the instantiated Classpublic double getOpacity()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public Brush getOpacityMask() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public int getPersistId()
throws java.lang.Throwable
java.lang.Throwablepublic Size getRenderSize() throws java.lang.Throwable
java.lang.Throwablepublic Transform getRenderTransform() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public Point getRenderTransformOrigin() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean getSnapsToDevicePixels()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUid()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public Visibility getVisibility() throws java.lang.Throwable
java.lang.Throwablepublic IInputElement InputHitTest(Point point) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, SecurityException, IOException
public void InvalidateArrange()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
TimeoutException,
NullReferenceException,
NotSupportedException,
FormatException,
MulticastNotSupportedException,
ObjectDisposedException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void InvalidateMeasure()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
TimeoutException,
NullReferenceException,
NotSupportedException,
FormatException,
MulticastNotSupportedException,
ObjectDisposedException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void InvalidateVisual()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
MulticastNotSupportedException,
ObjectDisposedException,
OutOfMemoryException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void Measure(Size availableSize) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, TimeoutException, NullReferenceException, NotSupportedException, FormatException, MulticastNotSupportedException, NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionMulticastNotSupportedExceptionNotImplementedExceptionpublic boolean MoveFocus(TraversalRequest request) throws java.lang.Throwable
java.lang.Throwablepublic DependencyObject PredictFocus(FocusNavigationDirection direction) throws java.lang.Throwable
java.lang.Throwablepublic void RaiseEvent(RoutedEventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, FormatException, LockRecursionException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionFormatExceptionLockRecursionExceptionSynchronizationLockExceptionpublic void ReleaseAllTouchCaptures()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
InvalidEnumArgumentException
public void ReleaseMouseCapture()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public void ReleaseStylusCapture()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
NotSupportedException,
PlatformNotSupportedException,
InvalidEnumArgumentException
public boolean ReleaseTouchCapture(TouchDevice touchDevice) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, KeyNotFoundException, IndexOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionpublic void removeDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragLeave(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFocusableChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotFocus(RoutedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsEnabledChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsHitTestVisibleChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsKeyboardFocusedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsMouseCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsMouseCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsMouseDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsStylusCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsStylusCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsStylusDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeIsVisibleChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLayoutUpdated(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostFocus(RoutedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewDragEnter(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewDragLeave(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewDragOver(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewDrop(DragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeQueryCursor(QueryCursorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusMove(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStylusUp(StylusEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowDrop(boolean AllowDrop)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setBitmapEffect(BitmapEffect BitmapEffect) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setBitmapEffectInput(BitmapEffectInput BitmapEffectInput) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setCacheMode(CacheMode CacheMode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setClip(Geometry Clip) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setClipToBounds(boolean ClipToBounds)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setEffect(Effect Effect) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setFocusable(boolean Focusable)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setIsEnabled(boolean IsEnabled)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setIsHitTestVisible(boolean IsHitTestVisible)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setIsManipulationEnabled(boolean IsManipulationEnabled)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Visualpublic void setOpacity(double Opacity)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setOpacityMask(Brush OpacityMask) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setRenderSize(Size RenderSize) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, ArgumentNullException, MulticastNotSupportedException, InvalidCastException
public void setRenderTransform(Transform RenderTransform) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setRenderTransformOrigin(Point RenderTransformOrigin) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public void setSnapsToDevicePixels(boolean SnapsToDevicePixels)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
OutOfMemoryException
public void setUid(java.lang.String Uid)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
FormatException,
OutOfMemoryException
public void setVisibility(Visibility Visibility) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
public boolean ShouldSerializeCommandBindings()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException
public boolean ShouldSerializeInputBindings()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException
public Point TranslatePoint(Point point, UIElement relativeTo) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException
public void UpdateLayout()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
TimeoutException,
NullReferenceException,
NotSupportedException,
FormatException,
MulticastNotSupportedException,
NotImplementedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionMulticastNotSupportedExceptionNotImplementedException