4 references to IsMasterPageProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
317
/// DependencyProperty getter for <see cref="
IsMasterPageProperty
" /> property.
323
return (bool)element.GetValue(
IsMasterPageProperty
);
327
/// DependencyProperty setter for <see cref="
IsMasterPageProperty
" /> property.
334
element.SetValue(
IsMasterPageProperty
, value);