2 overrides of IsEmpty
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
254
public override bool
IsEmpty
428
public override bool
IsEmpty
2 references to IsEmpty
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
737
if (!contentControl.
IsEmpty
)
776
if (!contentControl.
IsEmpty
)